Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetCollateExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetCollateExpression
public interface ISqlJetCollateExpression extends ISqlJetExpression
Collate expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCollationName()
ISqlJetExpression
getExpression()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
getCollationName
java.lang.String getCollationName()
-
-