Class SqlJetColumnDefault
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnDefault
- All Implemented Interfaces:
ISqlJetColumnConstraint,ISqlJetColumnDefault
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetColumnDefault(SqlJetColumnDef column, String name, org.antlr.runtime.tree.CommonTree ast) -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
getColumn, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
Constructor Details
-
SqlJetColumnDefault
public SqlJetColumnDefault(SqlJetColumnDef column, String name, org.antlr.runtime.tree.CommonTree ast) throws SqlJetException - Throws:
SqlJetException
-
-
Method Details
-
getExpression
- Specified by:
getExpressionin interfaceISqlJetColumnDefault
-
toString
- Overrides:
toStringin classSqlJetColumnConstraint
-