org.asyrinx.brownie.jdbc.util
クラス JdbcServerServiceImpl

java.lang.Object
  拡張org.asyrinx.brownie.jdbc.util.JdbcServerServiceImpl
すべての実装インタフェース:
JdbcServerService

public class JdbcServerServiceImpl
extends java.lang.Object
implements JdbcServerService

作成者:
akima

コンストラクタの概要
JdbcServerServiceImpl()
           
JdbcServerServiceImpl(java.sql.Connection connection)
           
 
メソッドの概要
protected  java.sql.ResultSet executeNoParamSql(java.lang.String filename)
           
 java.sql.Connection getConnection()
           
 java.sql.Date getCurrentDate()
           
 java.sql.Time getCurrentTime()
           
 java.sql.Timestamp getCurrentTimestamp()
           
 java.lang.String getSql(java.lang.String filename)
           
 void setConnection(java.sql.Connection connection)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JdbcServerServiceImpl

public JdbcServerServiceImpl()

JdbcServerServiceImpl

public JdbcServerServiceImpl(java.sql.Connection connection)
メソッドの詳細

getConnection

public java.sql.Connection getConnection()
定義:
インタフェース JdbcServerService 内の getConnection
戻り値:

setConnection

public void setConnection(java.sql.Connection connection)
定義:
インタフェース JdbcServerService 内の setConnection
パラメータ:
connection -

getCurrentDate

public java.sql.Date getCurrentDate()
                             throws java.sql.SQLException
定義:
インタフェース JdbcServerService 内の getCurrentDate
例外:
java.sql.SQLException

getCurrentTime

public java.sql.Time getCurrentTime()
                             throws java.sql.SQLException
定義:
インタフェース JdbcServerService 内の getCurrentTime
例外:
java.sql.SQLException

getCurrentTimestamp

public java.sql.Timestamp getCurrentTimestamp()
                                       throws java.sql.SQLException
定義:
インタフェース JdbcServerService 内の getCurrentTimestamp
例外:
java.sql.SQLException

executeNoParamSql

protected final java.sql.ResultSet executeNoParamSql(java.lang.String filename)
                                              throws java.sql.SQLException
例外:
java.sql.SQLException

getSql

public java.lang.String getSql(java.lang.String filename)
                        throws java.io.IOException
例外:
java.io.IOException


Copyright © 2004 asyrinx organization. All Rights Reserved.