Class JOP.persist.jdbc.TypeHandler_Date_1
All Packages Class Hierarchy This Package Previous Next Index Home
Class JOP.persist.jdbc.TypeHandler_Date_1
java.lang.Object
|
+----JOP.persist.jdbc.TypeHandler_Date_1
- public class TypeHandler_Date_1
- extends Object
- implements TypeHandler
This is an INTERNAL class.
-
TypeHandler_Date_1()
-
-
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_Date_1
public TypeHandler_Date_1()
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