Class JOP.persist.jdbc.TypeHandler_String_3
All Packages Class Hierarchy This Package Previous Next Index Home
Class JOP.persist.jdbc.TypeHandler_String_3
java.lang.Object
|
+----JOP.persist.jdbc.TypeHandler_String_3
- public class TypeHandler_String_3
- extends Object
- implements TypeHandler
This is an INTERNAL class.
-
TypeHandler_String_3()
-
-
getDefinition()
-
-
readType(ResultSet, int)
- Read the type and return an object
-
saveType(PreparedStatement, int, Object)
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
-
toString()
-
TypeHandler_String_3
public TypeHandler_String_3()
saveType
public void saveType(PreparedStatement stmt,
int column,
Object object) throws SQLException
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'. The type is one of the constants
defined in JOP.persist.JavaTypes.
readType
public Object readType(ResultSet rs,
int column) throws SQLException
- Read the type and return an object
getDefinition
public String getDefinition()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index Home