W3cubDocs

/Haxe Java

PreparedStatement

package java.sql

extends StatementAutoCloseable

extended by CallableStatement

@:abstract@:libType@:javaNative@:native("java.sql.PreparedStatement")@:javaCanonical("java.sql","PreparedStatement") Available on java

Methods

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

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

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

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

@:overload @:throws("java.sql.SQLException") clearParameters ():Void

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

@:overload @:throws("java.lang.Exception") close ():Void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@:overload @:throws("java.sql.SQLException") getMetaData ():ResultSetMetaData

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

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

@:overload @:throws("java.sql.SQLException") getParameterMetaData ():ParameterMetaData

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

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

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

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

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

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

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

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

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

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

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

@:overload @:throws("java.sql.SQLException") setArray (param1:Int, param2:Array):Void

@:overload @:throws("java.sql.SQLException") setAsciiStream (param1:Int, param2:InputStream):Void

@:overload @:throws("java.sql.SQLException") setAsciiStream (param1:Int, param2:InputStream, param3:Int):Void

@:overload @:throws("java.sql.SQLException") setAsciiStream (param1:Int, param2:InputStream, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setBigDecimal (param1:Int, param2:BigDecimal):Void

@:overload @:throws("java.sql.SQLException") setBinaryStream (param1:Int, param2:InputStream):Void

@:overload @:throws("java.sql.SQLException") setBinaryStream (param1:Int, param2:InputStream, param3:Int):Void

@:overload @:throws("java.sql.SQLException") setBinaryStream (param1:Int, param2:InputStream, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setBlob (param1:Int, param2:InputStream):Void

@:overload @:throws("java.sql.SQLException") setBlob (param1:Int, param2:Blob):Void

@:overload @:throws("java.sql.SQLException") setBlob (param1:Int, param2:InputStream, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setBoolean (param1:Int, param2:Bool):Void

@:overload @:throws("java.sql.SQLException") setByte (param1:Int, param2:Int8):Void

@:overload @:throws("java.sql.SQLException") setBytes (param1:Int, param2:NativeArray<Int8>):Void

@:overload @:throws("java.sql.SQLException") setCharacterStream (param1:Int, param2:Reader):Void

@:overload @:throws("java.sql.SQLException") setCharacterStream (param1:Int, param2:Reader, param3:Int):Void

@:overload @:throws("java.sql.SQLException") setCharacterStream (param1:Int, param2:Reader, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setClob (param1:Int, param2:Reader):Void

@:overload @:throws("java.sql.SQLException") setClob (param1:Int, param2:Clob):Void

@:overload @:throws("java.sql.SQLException") setClob (param1:Int, param2:Reader, param3:Int64):Void

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

@:overload @:throws("java.sql.SQLException") setDate (param1:Int, param2:Date, param3:Calendar):Void

@:overload @:throws("java.sql.SQLException") setDate (param1:Int, param2:Date):Void

@:overload @:throws("java.sql.SQLException") setDouble (param1:Int, param2:Float):Void

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

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

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

@:overload @:throws("java.sql.SQLException") setFloat (param1:Int, param2:Single):Void

@:overload @:throws("java.sql.SQLException") setInt (param1:Int, param2:Int):Void

@:overload @:throws("java.sql.SQLException") setLong (param1:Int, param2:Int64):Void

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

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

@:overload @:throws("java.sql.SQLException") setNCharacterStream (param1:Int, param2:Reader):Void

@:overload @:throws("java.sql.SQLException") setNCharacterStream (param1:Int, param2:Reader, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setNClob (param1:Int, param2:Reader):Void

@:overload @:throws("java.sql.SQLException") setNClob (param1:Int, param2:NClob):Void

@:overload @:throws("java.sql.SQLException") setNClob (param1:Int, param2:Reader, param3:Int64):Void

@:overload @:throws("java.sql.SQLException") setNString (param1:Int, param2:String):Void

@:overload @:throws("java.sql.SQLException") setNull (param1:Int, param2:Int, param3:String):Void

@:overload @:throws("java.sql.SQLException") setNull (param1:Int, param2:Int):Void

@:overload @:throws("java.sql.SQLException") setObject (param1:Int, param2:Dynamic, param3:Int, param4:Int):Void

@:overload @:throws("java.sql.SQLException") setObject (param1:Int, param2:Dynamic, param3:Int):Void

@:overload @:throws("java.sql.SQLException") setObject (param1:Int, param2:Dynamic):Void

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

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

@:overload @:throws("java.sql.SQLException") setRef (param1:Int, param2:Ref):Void

@:overload @:throws("java.sql.SQLException") setRowId (param1:Int, param2:RowId):Void

@:overload @:throws("java.sql.SQLException") setSQLXML (param1:Int, param2:SQLXML):Void

@:overload @:throws("java.sql.SQLException") setShort (param1:Int, param2:Int16):Void

@:overload @:throws("java.sql.SQLException") setString (param1:Int, param2:String):Void

@:overload @:throws("java.sql.SQLException") setTime (param1:Int, param2:Time, param3:Calendar):Void

@:overload @:throws("java.sql.SQLException") setTime (param1:Int, param2:Time):Void

@:overload @:throws("java.sql.SQLException") setTimestamp (param1:Int, param2:Timestamp, param3:Calendar):Void

@:overload @:throws("java.sql.SQLException") setTimestamp (param1:Int, param2:Timestamp):Void

@:overload @:throws("java.sql.SQLException") setURL (param1:Int, param2:URL):Void

@:overload @:throws("java.sql.SQLException") setUnicodeStream (param1:Int, param2:InputStream, param3:Int):Void

Deprecated:

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

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/sql/PreparedStatement.html