Example usage for Java java.sql SQLOutput fields, constructors, methods, implement or subclass
The text is from its open source code.
void | writeBigDecimal(java.math.BigDecimal x) Writes the next attribute to the stream as a java.math.BigDecimal object. |
void | writeInt(int x) Writes the next attribute to the stream as a Java int. |
void | writeString(String x) Writes the next attribute to the stream as a String in the Java programming language. |