Methods

@:throws("java.sql.SQLException")abort(param1:Executor):Void

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

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

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

@:throws("java.sql.SQLException")createArrayOf(param1:String, param2:NativeArray<Dynamic>):Array

@:throws("java.sql.SQLException")createBlob():Blob

@:throws("java.sql.SQLException")createClob():Clob

@:throws("java.sql.SQLException")createNClob():NClob

@:throws("java.sql.SQLException")createSQLXML():SQLXML

@:throws("java.sql.SQLException")createStatement(param1:Int, param2:Int, param3:Int):Statement

@:throws("java.sql.SQLException")createStatement():Statement

@:throws("java.sql.SQLException")createStatement(param1:Int, param2:Int):Statement

@:throws("java.sql.SQLException")createStruct(param1:String, param2:NativeArray<Dynamic>):Struct

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

@:throws("java.sql.SQLException")getCatalog():String

@:throws("java.sql.SQLException")getClientInfo():Properties

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

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

@:throws("java.sql.SQLException")getMetaData():DatabaseMetaData

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

@:throws("java.sql.SQLException")getSchema():String

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

@:throws("java.sql.SQLException")getTypeMap():Map<String, Class<Dynamic>>

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

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

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

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

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

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

@:throws("java.sql.SQLException")prepareCall(param1:String, param2:Int, param3:Int, param4:Int):CallableStatement

@:throws("java.sql.SQLException")prepareCall(param1:String):CallableStatement

@:throws("java.sql.SQLException")prepareCall(param1:String, param2:Int, param3:Int):CallableStatement

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

@:throws("java.sql.SQLException")prepareStatement(param1:String):PreparedStatement

@:throws("java.sql.SQLException")prepareStatement(param1:String, param2:Int, param3:Int):PreparedStatement

@:throws("java.sql.SQLException")prepareStatement(param1:String, param2:Int, param3:Int, param4:Int):PreparedStatement

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

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

@:throws("java.sql.SQLException")releaseSavepoint(param1:Savepoint):Void

@:throws("java.sql.SQLException")rollback(param1:Savepoint):Void

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

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

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

@:throws("java.sql.SQLClientInfoException")setClientInfo(param1:Properties):Void

@:throws("java.sql.SQLClientInfoException")setClientInfo(param1:String, param2:String):Void

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

@:throws("java.sql.SQLException")setNetworkTimeout(param1:Executor, param2:Int):Void

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

@:throws("java.sql.SQLException")setSavepoint(param1:String):Savepoint

@:throws("java.sql.SQLException")setSavepoint():Savepoint

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

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

@:throws("java.sql.SQLException")setTypeMap(param1:Map<String, Class<Dynamic>>):Void

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