Uses of Class
org.sqlproc.engine.jdbc.type.JdbcTypeFactory
-
Packages that use JdbcTypeFactory Package Description org.sqlproc.engine.jdbc.type All the META types staff for the JDBC stack devoted to special handling of input/output values. -
-
Uses of JdbcTypeFactory in org.sqlproc.engine.jdbc.type
Fields in org.sqlproc.engine.jdbc.type declared as JdbcTypeFactory Modifier and Type Field Description private static JdbcTypeFactoryJdbcTypeFactory. factoryThe private static instance of this factory.Methods in org.sqlproc.engine.jdbc.type that return JdbcTypeFactory Modifier and Type Method Description static JdbcTypeFactoryJdbcTypeFactory. getInstance()The main method to obtain the singleton instance of this factory.
-