OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLInput
(Results
1 - 11
of
11
) sorted by null
/libcore/luni/src/main/java/java/sql/
SQLData.java
40
* attributes from an {@code
SQLInput
} object, and {@code writeSQL} writes them.
41
* This is done via {@code
SQLInput
} and {@code SQLOutput} method calls
45
* Similarly {@code
SQLInput
} and {@code SQLOutput} methods are not usually
73
*
SQLInput
.readString}, {@code SQLInputreadBigDecimal}). If the type is
82
* the {@code
SQLInput
} stream from which the type map data is
88
* @see
SQLInput
90
public void readSQL(
SQLInput
stream, String typeName) throws SQLException;
SQLInput.java
26
* The {@code
SQLInput
} interface defines operations which apply to a type of
32
* application programmers do not normally use the {@code
SQLInput
} methods
34
* provide means to read values from an {@code
SQLInput
} stream.
39
* creates an instance of an {@code
SQLInput
} stream, filling the stream with
40
* the attributes of the UDT. The {@code
SQLInput
} stream is passed to the
41
* {@code SQLData.readSQL} method which then calls the {@code
SQLInput
} reader
46
public interface
SQLInput
{
229
* type map is given to the {@code
SQLInput
} by the JDBC driver before the
230
* {@code
SQLInput
} is given to the application.
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 577 milliseconds