public abstract class OracleStructType extends GreatWallOfOracleType
_agent, _digger, _mainEntityPrototype, _mainObjectType, _mainTypeName, _sqlType| コンストラクタと説明 |
|---|
OracleStructType(String structTypeName,
Class<?> entityType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
assertStructPropertyValueNotEntity(Object paramExp,
Object value) |
protected String |
getTitleName() |
Object |
getValue(CallableStatement cs,
int index) |
Object |
getValue(CallableStatement cs,
String parameterName) |
Object |
getValue(ResultSet rs,
int index) |
Object |
getValue(ResultSet rs,
String columnName) |
protected void |
throwStructPropertyValueNotEntityException(Object paramExp,
Object value) |
protected Object |
toBindValue(Connection conn,
Object paramExp,
Object value) |
protected Entity |
toPropertyValue(Object oracleStruct) |
adjustScalarToPropertyValue, assertArrayElementValueStructEntity, assertStructAttributeSizeMatched, bindValue, bindValue, createOracleAgent, doMappingOracleArrayToList, doMappingOracleStructToEntity, getOracleConnection, getSqlType, isOracleArray, isOracleStruct, mappingEntityToOracleStruct, mappingListToOracleArray, mappingOracleArrayToList, mappingOracleStructToEntity, mappingScalarToSqlValue, registerOutParameter, registerOutParameter, setNull, setNull, throwArrayElementValueNotStructEntityException, throwStructAttributeSizeUnmatchedException, toOracleArray, toOracleStruct, toStandardArray, toStandardStructAttributesprotected String getTitleName()
getTitleName クラス内 GreatWallOfOracleTypepublic Object getValue(ResultSet rs, int index) throws SQLException
SQLExceptionpublic Object getValue(ResultSet rs, String columnName) throws SQLException
SQLExceptionpublic Object getValue(CallableStatement cs, int index) throws SQLException
SQLExceptionpublic Object getValue(CallableStatement cs, String parameterName) throws SQLException
SQLExceptionprotected Entity toPropertyValue(Object oracleStruct) throws SQLException
SQLExceptionprotected Object toBindValue(Connection conn, Object paramExp, Object value) throws SQLException
toBindValue クラス内 GreatWallOfOracleTypeSQLExceptionprotected void assertStructPropertyValueNotEntity(Object paramExp, Object value)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.