The native character encoding of the Java programming language is UTF-16. A charset in the Java platform therefore defines a mapping between sequences of sixteen-bit UTF-16 code units (that is, sequences of chars) and sequences of bytes. ...
Reads an SQL CLOB value from the stream and returns it as a Clob object in the Java programming language. ReadDate() Reads the next attribute in the stream and returns it as a java.sql.Date object. ReadDouble() Reads the next attribute in the stream and returns it as a double in...
The Java programming language does not guarantee which thread will invoke the finalize method for any given object. It is guaranteed, however, that the thread that invokes finalize will not be holding any user-visible synchronization locks when finalize is invoked. If an uncaught exception is throw...
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language. GetRowId(String) Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in ...
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language. GetArray(String) Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming...
Reads the next attribute in the stream and returns it as ajava.math.BigDecimalobject in the Java programming language. C# [Android.Runtime.Register("readBigDecimal","()Ljava/math/BigDecimal;","GetReadBigDecimalHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, Pu...
Retrieves the value of the designated column in the current row of thisResultSetobject as ashortin the Java programming language. C# [Android.Runtime.Register("getShort","(I)S","GetGetShort_IHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken...
Reads the next attribute in the stream and returns it as afloatin the Java programming language. C# [Android.Runtime.Register("readFloat","()F","GetReadFloatHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]publicfloatReadFloat(); ...
Retrieves the value of the designated column in the current row of thisResultSetobject as adoublein the Java programming language. C# [Android.Runtime.Register("getDouble","(Ljava/lang/String;)D","GetGetDouble_Ljava_lang_String_Handler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0....
Reads the next attribute in the stream and returns it as anintin the Java programming language. C# [Android.Runtime.Register("readInt","()I","GetReadIntHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]publicintReadInt(); ...