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