Example usage for Java java.sql SQLInput fields, constructors, methods, implement or subclass
The text is from its open source code.
java.math.BigDecimal | readBigDecimal() Reads the next attribute in the stream and returns it as a java.math.BigDecimal object in the Java programming language. |
int | readInt() Reads the next attribute in the stream and returns it as an int in the Java programming language. |
String | readString() Reads the next attribute in the stream and returns it as a String in the Java programming language. |