jp.littlesoft.sql
インタフェース ISQLDataResolver
- すべてのスーパーインタフェース:
- DataResolver, Serializable
- 既知の実装クラスの一覧:
- LSJsonConnection.Resolver, SQLDataResolverImpl
public interface ISQLDataResolver
- extends DataResolver
setConnection
void setConnection(Connection conn)
throws DataException
- 例外:
DataException
getConnection
Connection getConnection()
close
void close()
throws DataException
- 例外:
DataException
setTargetDBCatalog
void setTargetDBCatalog(String targetDBCatalog)
throws DataException
- 例外:
DataException
setTargetDBSchema
void setTargetDBSchema(String targetDBSchema)
throws DataException
- 例外:
DataException
setTargetDBTable
void setTargetDBTable(String targetDBTable)
throws DataException
- 例外:
DataException
getTargetDBCatalog
String getTargetDBCatalog()
getTargetDBSchema
String getTargetDBSchema()
getTargetDBTable
String getTargetDBTable()
setKeyColumns
void setKeyColumns(String[] newResolveKeyColumns)
throws DataException
- 例外:
DataException
getKeyColumns
String[] getKeyColumns()
setSQLDelete
void setSQLDelete(String sqlDelete)
getSQLDelete
String getSQLDelete()
getSQLUpdate
String getSQLUpdate()
setSQLInsert
void setSQLInsert(String sqlInsert)
setSQLUpdate
void setSQLUpdate(String sqlUpdate)
getSQLInsert
String getSQLInsert()
setPendingCommit
void setPendingCommit(boolean pendingCommit)
Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.