| java.lang.Object com.teamkonzept.db.TKSQLTypeConverter com.teamkonzept.db.TKSybaseSQLTypeConverter
TKSybaseSQLTypeConverter | public class TKSybaseSQLTypeConverter extends TKSQLTypeConverter (Code) | | Spezifische typeconverter-Klasse fuer Sybase (und auch postgres) SQL-Datenbankserver
|
meta_data | static TypeInfo[] meta_data(Code) | | |
TKSybaseSQLTypeConverter | public TKSybaseSQLTypeConverter()(Code) | | |
supportsConvert | public boolean supportsConvert(int from_type, int to_type)(Code) | | |
Methods inherited from com.teamkonzept.db.TKSQLTypeConverter | public String convert(int type, Object obj) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertBigDecimal(int type, BigDecimal num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertBoolean(int type, Boolean state) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertByte(int type, Byte num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertByteArray(int type, Byte[] data) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertDate(int type, java.sql.Date date) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertDouble(int type, Double num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertFloat(int type, Float num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertInteger(int type, Integer num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertLong(int type, Long num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) protected String convertNumber(int[] from_types, int to_type, Number num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertShort(int type, Short num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertString(int type, String str) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertTime(int type, Time time) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public String convertTimestamp(int type, Timestamp timestamp) throws SQLException, TKIllegalConversionException(Code)(Java Doc) protected static String createBitLiteral(TypeInfo info, boolean state)(Code)(Java Doc) protected static String createBytestringLiteral(TypeInfo info, Byte[] data)(Code)(Java Doc) protected static String createDateLiteral(java.sql.Date date)(Code)(Java Doc) protected static String createNumberLiteral(TypeInfo info, Number num)(Code)(Java Doc) protected static String createStringLiteral(TypeInfo info, String str)(Code)(Java Doc) protected static String createTimeLiteral(Time time)(Code)(Java Doc) protected static String createTimestampLiteral(Timestamp timestamp)(Code)(Java Doc) protected static String doubleQuotes(String literal, String quote)(Code)(Java Doc) protected static String escapeQuotes(String str, TypeInfo info)(Code)(Java Doc) protected static NumberFormat getNumberFormat(TypeInfo info)(Code)(Java Doc) protected String standardNumberConversion(int[] from_types, int to_type, Number num) throws SQLException, TKIllegalConversionException(Code)(Java Doc) public boolean supportsConvert(int from_type, int to_type) throws SQLException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|