Package net.ontopia.topicmaps.db2tm
Class JDBCUtils
java.lang.Object
net.ontopia.topicmaps.db2tm.JDBCUtils
INTERNAL: Data source that reads tables via JDBC.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetHighPrecisionString(ResultSet rs, int ix, int sql_type) static Stringstatic voidsetHighPrecisionObject(PreparedStatement stmt, int ix, String value, int sql_type) static voidsetObject(PreparedStatement stmt, int ix, String value, int sql_type)
-
Field Details
-
df_date
-
df_datetime
-
-
Constructor Details
-
JDBCUtils
public JDBCUtils()
-
-
Method Details
-
getString
- Throws:
SQLException
-
setObject
public static void setObject(PreparedStatement stmt, int ix, String value, int sql_type) throws SQLException - Throws:
SQLException
-
getHighPrecisionString
- Throws:
Exception
-
setHighPrecisionObject
public static void setHighPrecisionObject(PreparedStatement stmt, int ix, String value, int sql_type) throws SQLException - Throws:
SQLException
-