Lines Matching defs:connection

275     public static String composeTableNameForSelect(XConnection connection, String catalog,  in composeTableNameForSelect()
289 …public static String composeTableNameForSelect(XConnection connection, XPropertySet table) throws … in composeTableNameForSelect()
391 …public static String createSqlCreateTableStatement(XPropertySet descriptor, XConnection connection, in createSqlCreateTableStatement()
414 …public static String createStandardCreateStatement(XPropertySet descriptor, XConnection connection, in createStandardCreateStatement()
423 …ption(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQUENCE), connection, in createStandardCreateStatement() local
433 …ption(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQUENCE), connection, in createStandardCreateStatement() local
466 …ublic static String createStandardColumnPart(XPropertySet columnProperties, XConnection connection, in createStandardColumnPart()
585 …public static String createStandardKeyStatement(XPropertySet descriptor, XConnection connection) t… in createStandardKeyStatement()
601 …ption(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQUENCE), connection, in createStandardKeyStatement() local
606 …ption(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQUENCE), connection, in createStandardKeyStatement() local
624 …ption(SharedResources.getInstance().getResourceString(Resources.STR_ERRORMSG_SEQUENCE), connection, in createStandardKeyStatement() local
690 …public static Map<String,ExtraColumnInfo> collectColumnInformation(XConnection connection, String … in collectColumnInformation()