public interface TableScriptInterface
Map<String,PropertyVO> getProperties(String tableName) throws SQLException
SQLExceptionPropertyVO getProperty(String tableName, String fieldName) throws SQLException
tableName - fieldName - SQLExceptionboolean isEqualsProperty(PropertyVO xmlProperty, PropertyVO fieldPropertyVO) throws SQLException
SQLExceptionboolean exist(String tableName, String fieldName) throws SQLException
SQLExceptionboolean exist(String tableName) throws SQLException
SQLExceptionString createTable(EntityVO entityVO) throws SQLException
SQLExceptionString dropField(PropertyVO propertyVO)
String getMappingType(PropertyVO propertyVO) throws SQLException
SQLExceptionString createField(PropertyVO propertyVO) throws SQLException
propertyVO - SQLExceptionboolean isExistPrimaryKey(String tableName) throws SQLException
SQLExceptionString createPrimaryKey(PropertyVO propertyVO)
String getTableFieldType(String tableName, String fieldName) throws SQLException
tableName - fieldName - SQLExceptionint getTableFieldLength(String tableName, String fieldName) throws SQLException
tableName - fieldName - SQLExceptionEntityVO getEntity(String tableName) throws SQLException
tableName - SQLExceptionList<EntityVO> getEntities() throws SQLException
SQLExceptionList<String> getEntityNames() throws SQLException
SQLExceptionboolean isEqualsProperty(PropertyVO propertyVO) throws SQLException
propertyVO - SQLExceptionString alterField(PropertyVO propertyVO) throws SQLException
SQLExceptionString saveTable(EntityVO entityVO) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.