W3cubDocs

/Haxe Java

ResultSet

package java.sql

extends AutoCloseable

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

Methods

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

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

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

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

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

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

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

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

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

@:overload @:throws("java.sql.SQLException") getArray (param1:String):Array

@:overload @:throws("java.sql.SQLException") getArray (param1:Int):Array

@:overload @:throws("java.sql.SQLException") getAsciiStream (param1:String):InputStream

@:overload @:throws("java.sql.SQLException") getAsciiStream (param1:Int):InputStream

@:overload @:throws("java.sql.SQLException") getBigDecimal (param1:String):BigDecimal

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

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

@:overload @:throws("java.sql.SQLException") getBigDecimal (param1:Int):BigDecimal

@:overload @:throws("java.sql.SQLException") getBinaryStream (param1:String):InputStream

@:overload @:throws("java.sql.SQLException") getBinaryStream (param1:Int):InputStream

@:overload @:throws("java.sql.SQLException") getBlob (param1:String):Blob

@:overload @:throws("java.sql.SQLException") getBlob (param1:Int):Blob

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

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

@:overload @:throws("java.sql.SQLException") getByte (param1:String):Int8

@:overload @:throws("java.sql.SQLException") getByte (param1:Int):Int8

@:overload @:throws("java.sql.SQLException") getBytes (param1:String):NativeArray<Int8>

@:overload @:throws("java.sql.SQLException") getBytes (param1:Int):NativeArray<Int8>

@:overload @:throws("java.sql.SQLException") getCharacterStream (param1:String):Reader

@:overload @:throws("java.sql.SQLException") getCharacterStream (param1:Int):Reader

@:overload @:throws("java.sql.SQLException") getClob (param1:String):Clob

@:overload @:throws("java.sql.SQLException") getClob (param1:Int):Clob

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

@:overload @:throws("java.sql.SQLException") getCursorName ():String

@:overload @:throws("java.sql.SQLException") getDate (param1:String, param2:Calendar):Date

@:overload @:throws("java.sql.SQLException") getDate (param1:Int):Date

@:overload @:throws("java.sql.SQLException") getDate (param1:String):Date

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

@:overload @:throws("java.sql.SQLException") getDouble (param1:String):Float

@:overload @:throws("java.sql.SQLException") getDouble (param1:Int):Float

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

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

@:overload @:throws("java.sql.SQLException") getFloat (param1:String):Single

@:overload @:throws("java.sql.SQLException") getFloat (param1:Int):Single

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

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

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

@:overload @:throws("java.sql.SQLException") getLong (param1:String):Int64

@:overload @:throws("java.sql.SQLException") getLong (param1:Int):Int64

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

@:overload @:throws("java.sql.SQLException") getNCharacterStream (param1:String):Reader

@:overload @:throws("java.sql.SQLException") getNCharacterStream (param1:Int):Reader

@:overload @:throws("java.sql.SQLException") getNClob (param1:String):NClob

@:overload @:throws("java.sql.SQLException") getNClob (param1:Int):NClob

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

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

@:overload @:throws("java.sql.SQLException") getObject<T> (param1:String, param2:Class<T>):T

@:overload @:throws("java.sql.SQLException") getObject (param1:Int):Dynamic

@:overload @:throws("java.sql.SQLException") getObject (param1:String):Dynamic

@:overload @:throws("java.sql.SQLException") getObject (param1:Int, param2:Map<String, Class<Dynamic>>):Dynamic

@:overload @:throws("java.sql.SQLException") getObject (param1:String, param2:Map<String, Class<Dynamic>>):Dynamic

@:overload @:throws("java.sql.SQLException") getObject<T> (param1:Int, param2:Class<T>):T

@:overload @:throws("java.sql.SQLException") getRef (param1:String):Ref

@:overload @:throws("java.sql.SQLException") getRef (param1:Int):Ref

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

@:overload @:throws("java.sql.SQLException") getRowId (param1:String):RowId

@:overload @:throws("java.sql.SQLException") getRowId (param1:Int):RowId

@:overload @:throws("java.sql.SQLException") getSQLXML (param1:String):SQLXML

@:overload @:throws("java.sql.SQLException") getSQLXML (param1:Int):SQLXML

@:overload @:throws("java.sql.SQLException") getShort (param1:String):Int16

@:overload @:throws("java.sql.SQLException") getShort (param1:Int):Int16

@:overload @:throws("java.sql.SQLException") getStatement ():Statement

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

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

@:overload @:throws("java.sql.SQLException") getTime (param1:String, param2:Calendar):Time

@:overload @:throws("java.sql.SQLException") getTime (param1:Int):Time

@:overload @:throws("java.sql.SQLException") getTime (param1:String):Time

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

@:overload @:throws("java.sql.SQLException") getTimestamp (param1:String, param2:Calendar):Timestamp

@:overload @:throws("java.sql.SQLException") getTimestamp (param1:Int):Timestamp

@:overload @:throws("java.sql.SQLException") getTimestamp (param1:String):Timestamp

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

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

@:overload @:throws("java.sql.SQLException") getURL (param1:String):URL

@:overload @:throws("java.sql.SQLException") getURL (param1:Int):URL

@:overload @:throws("java.sql.SQLException") getUnicodeStream (param1:String):InputStream

@:overload @:throws("java.sql.SQLException") getUnicodeStream (param1:Int):InputStream

Deprecated:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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