org.seasar.extension.jdbc.dialect
クラス PostgreDialect.PostgreTrait
java.lang.Object
org.seasar.extension.jdbc.dialect.PostgreDialect.PostgreTrait
- すべての実装されたインタフェース:
- BytesType.Trait
- 含まれているクラス:
- PostgreDialect
public static class PostgreDialect.PostgreTrait
- extends Object
- implements BytesType.Trait
Blob
を扱うトレイトです。
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgreDialect.PostgreTrait
public PostgreDialect.PostgreTrait()
getSqlType
public int getSqlType()
- 定義:
- インタフェース
BytesType.Trait
内の getSqlType
set
public void set(PreparedStatement ps,
int parameterIndex,
byte[] bytes)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の set
- 例外:
SQLException
set
public void set(CallableStatement cs,
String parameterName,
byte[] bytes)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の set
- 例外:
SQLException
get
public byte[] get(ResultSet rs,
int columnIndex)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の get
- 例外:
SQLException
get
public byte[] get(ResultSet rs,
String columnName)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の get
- 例外:
SQLException
get
public byte[] get(CallableStatement cs,
int columnIndex)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の get
- 例外:
SQLException
get
public byte[] get(CallableStatement cs,
String columnName)
throws SQLException
- 定義:
- インタフェース
BytesType.Trait
内の get
- 例外:
SQLException
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.