クラス BaseRdbTypeAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.BaseRdbTypeAdapter
- すべての実装されたインタフェース:
RdbTypeAdapter
- 直系の既知のサブクラス:
BaseRdbTypeAdapter.Bool,BaseRdbTypeAdapter.Date,BaseRdbTypeAdapter.DateTime,BaseRdbTypeAdapter.Decimal,BaseRdbTypeAdapter.Float,BaseRdbTypeAdapter.Integer,BaseRdbTypeAdapter.Null,BaseRdbTypeAdapter.Time,BaseRdbTypeAdapter.Varchar,WrapperRdbTypeAdapter
-
ネストされたクラスの概要
ネストされたクラス修飾子とタイプクラス説明static classstatic classColumn Index タイプstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic interfacestatic class -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明intvoidappendFromTypedCol(StringBuilder context, RdbAdapter rdb, BaseRdbTypeAdapter.ValueHandleLogic callback) voidappendParameterPlaceholder(StringBuilder context, RdbAdapter rdb) voidappendToSqlAsRealType(Object javaTypeValue, StringBuilder context, RdbAdapter rdb) voidappendToTypedCol(StringBuilder context, RdbAdapter rdb, BaseRdbTypeAdapter.ValueHandleLogic callback) fromDataStore(ResultSet rs, int columnIndex, RdbAdapter rdb) abstract Stringstatic BaseRdbTypeAdaptergetInstance(Class<? extends BaseRdbTypeAdapter> type) abstract voidsetParameter(int index, Object javaTypeValue, PreparedStatement stmt, RdbAdapter rdb) abstract intsqlType()toDataStore(Object javaTypeValue, RdbAdapter rdb) protected abstract ObjecttoJava(ResultSet rs, int columnIndex, RdbAdapter rdb) protected abstract ObjecttoRdb(Object javaTypeValue, RdbAdapter rdb) static List<BaseRdbTypeAdapter> values()
-
フィールド詳細
-
propertyType
-
-
コンストラクタの詳細
-
BaseRdbTypeAdapter
-
-
メソッドの詳細
-
getInstance
-
values
-
allocateColumnCount
public int allocateColumnCount()- 定義:
allocateColumnCountインタフェース内RdbTypeAdapter
-
sqlType
public abstract int sqlType() -
toDataStore
-
fromDataStore
- 例外:
SQLException
-
toRdb
-
toJava
- 例外:
SQLException
-
getColOfIndex
-
appendToSqlAsRealType
-
setParameter
public abstract void setParameter(int index, Object javaTypeValue, PreparedStatement stmt, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
appendToTypedCol
public void appendToTypedCol(StringBuilder context, RdbAdapter rdb, BaseRdbTypeAdapter.ValueHandleLogic callback) -
appendFromTypedCol
public void appendFromTypedCol(StringBuilder context, RdbAdapter rdb, BaseRdbTypeAdapter.ValueHandleLogic callback) -
appendParameterPlaceholder
-