Package org.gvsig.fmap.dal
Interface SQLBuilder.TableNameBuilder
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.expressionevaluator.ExpressionBuilder.Value,org.gvsig.expressionevaluator.ExpressionBuilder.Visitable,org.gvsig.tools.util.IsEmpty,org.gvsig.tools.util.PropertiesSupport,SQLBuilder.StatementPart
- Enclosing interface:
SQLBuilder
public static interface SQLBuilder.TableNameBuilder
extends SQLBuilder.StatementPart, org.gvsig.tools.util.IsEmpty
-
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanhas_name()booleanvoidsetFeatureType(FeatureType featureType) Methods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Value
clone, copyPropertiesFrom, replace, toStringMethods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Visitable
acceptMethods inherited from interface org.gvsig.tools.util.IsEmpty
isEmptyMethods inherited from interface org.gvsig.tools.util.PropertiesSupport
getProperties, getProperty, setProperty
-
Method Details
-
database
-
schema
-
name
-
getDatabase
String getDatabase() -
getSchema
String getSchema() -
getName
String getName() -
has_database
boolean has_database() -
has_schema
boolean has_schema() -
has_name
boolean has_name() -
setFeatureType
-
featureType
FeatureType featureType()
-