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 java.lang.Object
implements BytesType.Trait

Blobを扱うトレイトです。

作成者:
koichik

コンストラクタの概要
PostgreDialect.PostgreTrait()
           
 
メソッドの概要
 byte[] get(java.sql.CallableStatement cs, int columnIndex)
           
 byte[] get(java.sql.CallableStatement cs, java.lang.String columnName)
           
 byte[] get(java.sql.ResultSet rs, int columnIndex)
           
 byte[] get(java.sql.ResultSet rs, java.lang.String columnName)
           
 int getSqlType()
           
 void set(java.sql.CallableStatement cs, java.lang.String parameterName, byte[] bytes)
           
 void set(java.sql.PreparedStatement ps, int parameterIndex, byte[] bytes)
           
 
クラス 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(java.sql.PreparedStatement ps,
                int parameterIndex,
                byte[] bytes)
         throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の set
例外:
java.sql.SQLException

set

public void set(java.sql.CallableStatement cs,
                java.lang.String parameterName,
                byte[] bytes)
         throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の set
例外:
java.sql.SQLException

get

public byte[] get(java.sql.ResultSet rs,
                  int columnIndex)
           throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の get
例外:
java.sql.SQLException

get

public byte[] get(java.sql.ResultSet rs,
                  java.lang.String columnName)
           throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の get
例外:
java.sql.SQLException

get

public byte[] get(java.sql.CallableStatement cs,
                  int columnIndex)
           throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の get
例外:
java.sql.SQLException

get

public byte[] get(java.sql.CallableStatement cs,
                  java.lang.String columnName)
           throws java.sql.SQLException
定義:
インタフェース BytesType.Trait 内の get
例外:
java.sql.SQLException


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.