public class MariaDBSQLTableFieldDefinition extends java.lang.Object implements StoredFieldSchema.Visitor
Constructor and Description |
---|
MariaDBSQLTableFieldDefinition(java.lang.StringBuffer buffer)
creates a single use visitor
|
Modifier and Type | Method and Description |
---|---|
void |
visit(DecimalStoredField decimalStoredField) |
void |
visit(IntegerStoredField integerStoredField) |
void |
visit(LargeBinaryStoredField largebinarystoredfield) |
void |
visit(StringStoredField stringfield) |
void |
visit(TimestampStoredField timestampfield) |
public MariaDBSQLTableFieldDefinition(java.lang.StringBuffer buffer)
buffer
- buffer to be usedpublic void visit(StringStoredField stringfield)
visit
in interface StoredFieldSchema.Visitor
public void visit(TimestampStoredField timestampfield)
visit
in interface StoredFieldSchema.Visitor
public void visit(DecimalStoredField decimalStoredField)
visit
in interface StoredFieldSchema.Visitor
public void visit(IntegerStoredField integerStoredField)
visit
in interface StoredFieldSchema.Visitor
public void visit(LargeBinaryStoredField largebinarystoredfield)
visit
in interface StoredFieldSchema.Visitor