Java java.sql SQLInput fields, constructors, methods, implement or subclass

Example usage for Java java.sql SQLInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql SQLInput.

The text is from its open source code.

Method

java.math.BigDecimalreadBigDecimal()
Reads the next attribute in the stream and returns it as a java.math.BigDecimal object in the Java programming language.
intreadInt()
Reads the next attribute in the stream and returns it as an int in the Java programming language.
StringreadString()
Reads the next attribute in the stream and returns it as a String in the Java programming language.