Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetColumnExpression
public interface ISqlJetColumnExpression extends ISqlJetExpression
Column's name expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getColumnName()
java.lang.String
getDatabaseName()
java.lang.String
getTableName()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-