|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotImplementedException | |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
org.objectweb.cjdbc.driver.protocol | Protocol used between C-JDBC driver and controller. |
Uses of NotImplementedException in org.objectweb.cjdbc.controller.virtualdatabase |
Methods in org.objectweb.cjdbc.controller.virtualdatabase that throw NotImplementedException | |
private void |
VirtualDatabaseWorkerThread.databaseStaticMetadata()
Get the static metadata key from the socket and return the corresponding metadata. |
Uses of NotImplementedException in org.objectweb.cjdbc.driver.protocol |
Methods in org.objectweb.cjdbc.driver.protocol that throw NotImplementedException | |
static SQLDataSerialization.Serializer |
SQLDataSerialization.getSerializer(java.lang.Object sqlObjOrTypeTag)
Returns the de/serializer appropriate for the given TypeTag, or for the type of the given SQL object if argument is not a TypeTag (TypeTag already knows how to serialize itself). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |