public class SdDatabaseContentByPostgreSql extends SdAbstractDatabaseContent
| 构造器和说明 |
|---|
SdDatabaseContentByPostgreSql(SdDatabase database) |
SdDatabaseContentByPostgreSql(String databaseName)
初始化一个数据库SQL类
|
addExtension, converterExtensions, getDatabaseName, getExtension, getExtensions, setDatabaseName, setExtensions, toStringpublic SdDatabaseContentByPostgreSql(String databaseName)
databaseName - 数据库的名字public SdDatabaseContentByPostgreSql(SdDatabase database)
database - public String createSQL()
SdAbstractDatabaseContentcreateSQL 在类中 SdAbstractDatabaseContentpublic String updateSQL() throws UnsupportedOperationException
SdAbstractDatabaseContentupdateSQL 在类中 SdAbstractDatabaseContentUnsupportedOperationException - 如果数据库不支持或者没有实现则抛出该异常public String deleteSQL()
SdAbstractDatabaseContentdeleteSQL 在类中 SdAbstractDatabaseContentpublic String getNewDatabaseName()
public SdDatabaseContentByPostgreSql setNewDatabaseName(String newDatabaseName)
newDatabaseName - public String getUserName()
public SdDatabaseContentByPostgreSql setUserName(String userName)
userName - public String getTemplate()
public SdDatabaseContentByPostgreSql setTemplate(String template)
template - public String getEncoding()
public SdDatabaseContentByPostgreSql setEncoding(String encoding)
encoding - public String getCollate()
public SdDatabaseContentByPostgreSql setCollate(String collate)
collate - public String getTablespaceName()
public SdDatabaseContentByPostgreSql setTablespaceName(String tablespaceName)
tablespaceName - public String getCtype()
public SdDatabaseContentByPostgreSql setCtype(String ctype)
ctype - public String getAllowconn()
public SdDatabaseContentByPostgreSql setAllowconn(String allowconn)
allowconn - public String getConnlimit()
public SdDatabaseContentByPostgreSql setConnlimit(String connlimit)
connlimit - public String getIstemplate()
public SdDatabaseContentByPostgreSql setIstemplate(String istemplate)
istemplate - Copyright © 2019 Mirren Tools. All rights reserved.