|
static int | getNumericPrecision (int typmod) |
| Get Numeric precision from typmod.
|
|
static int | getNumericScale (int typmod) |
| Get Numeric scale from typmod.
|
|
static int | getNumericWordCount (int precision) |
| Get Numeric word count from precision.
|
|
static boolean | isSimilarNumericTypmod (int a, int b) |
| Return true if these have the same EE representation.
|
|
static long | JavaSQLDateToVerticaDate (java.sql.Date d) |
|
static long | JavaSQLTimestampToVerticaTimestamp (java.sql.Timestamp ts) |
|
static java.sql.Date | VerticaDateToJavaSQLDate (long num_days) |
|
static java.sql.Timestamp | VerticaTimestampToJavaSQLTimestamp (long vts) |
|