CommandRemote
Represents the client-side part of a SQL statement. This class is not used in embedded mode.
Methods
void
cancel
()
Cancel this current statement.
void
cancel
()
Cancel this current statement.
void
close
()
void
close
()
ResultInterface
executeQuery
(int maxRows, boolean scrollable)
ResultInterface
executeQuery
(int maxRows, boolean scrollable)
ResultWithGeneratedKeys
executeUpdate
(Object generatedKeysRequest)
ResultWithGeneratedKeys
executeUpdate
(Object generatedKeysRequest)
int
getCommandType
()
int
getCommandType
()
ResultInterface
getMetaData
()
ResultInterface
getMetaData
()
ArrayList
getParameters
()
ArrayList
getParameters
()
boolean
isQuery
()
boolean
isQuery
()
void
stop
()
void
stop
()
String
toString
()
String
toString
()