| jimm.datavision.testdata.SchemaGen jimm.datavision.testdata.postgres.PostgreSQLSchemaGen
PostgreSQLSchemaGen | public class PostgreSQLSchemaGen extends SchemaGen (Code) | | |
endTable | protected void endTable()(Code) | | |
printNotNull | protected void printNotNull()(Code) | | |
printPrimaryKey | protected void printPrimaryKey()(Code) | | |
printType | protected void printType(String type, int size)(Code) | | |
Methods inherited from jimm.datavision.testdata.SchemaGen | protected void column(Attributes attributes)(Code)(Java Doc) public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code)(Java Doc) abstract protected void endTable()(Code)(Java Doc) abstract protected void makeTable(String tableName)(Code)(Java Doc) protected void printColumn(String columnName, String type, int size, boolean notNull, boolean primaryKey)(Code)(Java Doc) protected void printColumnName(String columnName)(Code)(Java Doc) abstract protected void printNotNull()(Code)(Java Doc) abstract protected void printPrimaryKey()(Code)(Java Doc) abstract protected void printType(String type, int size)(Code)(Java Doc) protected String printableName(String name)(Code)(Java Doc) public void run(String schemaXMLFile)(Code)(Java Doc) public void startElement(String namespaceURI, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) protected void table(Attributes attributes)(Code)(Java Doc)
|
|
|