Methods

@:throws("java.sql.SQLException")addBatch(param1:String):Void

@:throws("java.sql.SQLException")cancel():Void

@:throws("java.sql.SQLException")clearBatch():Void

@:throws("java.sql.SQLException")clearWarnings():Void

@:throws("java.sql.SQLException")close():Void

@:throws("java.sql.SQLException")closeOnCompletion():Void

@:throws("java.sql.SQLException")execute(param1:String, param2:NativeArray<String>):Bool

@:throws("java.sql.SQLException")execute(param1:String):Bool

@:throws("java.sql.SQLException")execute(param1:String, param2:Int):Bool

@:throws("java.sql.SQLException")execute(param1:String, param2:NativeArray<Int>):Bool

@:throws("java.sql.SQLException")executeBatch():NativeArray<Int>

@:java.default@:throws("java.sql.SQLException")executeLargeBatch():NativeArray<Int64>

@:java.default@:throws("java.sql.SQLException")executeLargeUpdate(param1:String, param2:NativeArray<String>):Int64

@:java.default@:throws("java.sql.SQLException")executeLargeUpdate(param1:String):Int64

@:java.default@:throws("java.sql.SQLException")executeLargeUpdate(param1:String, param2:Int):Int64

@:java.default@:throws("java.sql.SQLException")executeLargeUpdate(param1:String, param2:NativeArray<Int>):Int64

@:throws("java.sql.SQLException")executeQuery(param1:String):ResultSet

@:throws("java.sql.SQLException")executeUpdate(param1:String, param2:NativeArray<String>):Int

@:throws("java.sql.SQLException")executeUpdate(param1:String):Int

@:throws("java.sql.SQLException")executeUpdate(param1:String, param2:Int):Int

@:throws("java.sql.SQLException")executeUpdate(param1:String, param2:NativeArray<Int>):Int

@:throws("java.sql.SQLException")getConnection():Connection

@:throws("java.sql.SQLException")getFetchDirection():Int

@:throws("java.sql.SQLException")getFetchSize():Int

@:throws("java.sql.SQLException")getGeneratedKeys():ResultSet

@:java.default@:throws("java.sql.SQLException")getLargeMaxRows():Int64

@:java.default@:throws("java.sql.SQLException")getLargeUpdateCount():Int64

@:throws("java.sql.SQLException")getMaxFieldSize():Int

@:throws("java.sql.SQLException")getMaxRows():Int

@:throws("java.sql.SQLException")getMoreResults(param1:Int):Bool

@:throws("java.sql.SQLException")getMoreResults():Bool

@:throws("java.sql.SQLException")getQueryTimeout():Int

@:throws("java.sql.SQLException")getResultSet():ResultSet

@:throws("java.sql.SQLException")getResultSetConcurrency():Int

@:throws("java.sql.SQLException")getResultSetHoldability():Int

@:throws("java.sql.SQLException")getResultSetType():Int

@:throws("java.sql.SQLException")getUpdateCount():Int

@:throws("java.sql.SQLException")getWarnings():SQLWarning

@:throws("java.sql.SQLException")isCloseOnCompletion():Bool

@:throws("java.sql.SQLException")isClosed():Bool

@:throws("java.sql.SQLException")isPoolable():Bool

@:throws("java.sql.SQLException")isWrapperFor(param1:Class<Dynamic>):Bool

@:throws("java.sql.SQLException")setCursorName(param1:String):Void

@:throws("java.sql.SQLException")setEscapeProcessing(param1:Bool):Void

@:throws("java.sql.SQLException")setFetchDirection(param1:Int):Void

@:throws("java.sql.SQLException")setFetchSize(param1:Int):Void

@:java.default@:throws("java.sql.SQLException")setLargeMaxRows(param1:Int64):Void

@:throws("java.sql.SQLException")setMaxFieldSize(param1:Int):Void

@:throws("java.sql.SQLException")setMaxRows(param1:Int):Void

@:throws("java.sql.SQLException")setPoolable(param1:Bool):Void

@:throws("java.sql.SQLException")setQueryTimeout(param1:Int):Void

@:throws("java.sql.SQLException")unwrap<T>(param1:Class<T>):T