Uses of Class
com.mckoi.database.global.StreamableObject
-
Packages that use StreamableObject Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of StreamableObject in com.mckoi.database.jdbc
Methods in com.mckoi.database.jdbc that return StreamableObject Modifier and Type Method Description (package private) StreamableObject
MConnection. createStreamableObject(java.io.InputStream x, int length, byte type)
Creates a StreamableObject on the JDBC client side given an InputStream, and length and a type.protected StreamableObject
MStatement. createStreamableObject(java.io.InputStream x, int length, byte type)
Generates a new StreamableObject and stores it in the hold for future access by the server.Methods in com.mckoi.database.jdbc with parameters of type StreamableObject Modifier and Type Method Description (package private) void
MConnection. removeStreamableObject(StreamableObject s_object)
Removes the StreamableObject from the hold on the JDBC client.
-