org.asyrinx.brownie.jdbc.util
インタフェース JdbcServerService

既知の実装クラスの一覧:
JdbcServerServiceImpl

public interface JdbcServerService

作成者:
akima

メソッドの概要
 java.sql.Connection getConnection()
           
 java.sql.Date getCurrentDate()
           
 java.sql.Time getCurrentTime()
           
 java.sql.Timestamp getCurrentTimestamp()
           
 void setConnection(java.sql.Connection connection)
           
 

メソッドの詳細

getConnection

public java.sql.Connection getConnection()

setConnection

public void setConnection(java.sql.Connection connection)

getCurrentDate

public java.sql.Date getCurrentDate()
                             throws java.sql.SQLException
例外:
java.sql.SQLException

getCurrentTime

public java.sql.Time getCurrentTime()
                             throws java.sql.SQLException
例外:
java.sql.SQLException

getCurrentTimestamp

public java.sql.Timestamp getCurrentTimestamp()
                                       throws java.sql.SQLException
例外:
java.sql.SQLException


Copyright © 2004 asyrinx organization. All Rights Reserved.