List of usage examples for java.lang Short toString
public String toString()
From source file:net.sourceforge.msscodefactory.cffreeswitch.v2_4.CFFreeSwitchMySql.CFFreeSwitchMySqlISOLanguageTable.java
public CFSecurityCursor openISOLanguageCursorByCountryIdx(CFSecurityAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + "WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFFreeSwitchCursor cursor = new CFFreeSwitchMySqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfacc.v2_0.CFAccMySql.CFAccMySqlISOLanguageTable.java
public CFAccCursor openISOLanguageCursorByCountryIdx(CFAccAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + "WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFAccCursor cursor = new CFAccMySqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfasterisk.v2_0.CFAstMySql.CFAstMySqlISOLanguageTable.java
public CFAstCursor openISOLanguageCursorByCountryIdx(CFAstAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + "WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFAstCursor cursor = new CFAstMySqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cffreeswitch.v2_1.CFFswMySql.CFFswMySqlISOLanguageTable.java
public CFFswCursor openISOLanguageCursorByCountryIdx(CFFswAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + "WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFFswCursor cursor = new CFFswMySqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfensyntax.v2_2.CFEnSyntaxMySql.CFEnSyntaxMySqlISOLanguageTable.java
public CFEnSyntaxCursor openISOLanguageCursorByCountryIdx(CFEnSyntaxAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + "WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFEnSyntaxCursor cursor = new CFEnSyntaxMySqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfcrm.v2_1.CFCrmMSSql.CFCrmMSSqlISOLanguageTable.java
public CFCrmCursor openISOLanguageCursorByCountryIdx(CFCrmAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + " WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFCrmCursor cursor = new CFCrmMSSqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfasterisk.v2_4.CFAsteriskMSSql.CFAsteriskMSSqlISOLanguageTable.java
public CFSecurityCursor openISOLanguageCursorByCountryIdx(CFSecurityAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + " WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFAsteriskCursor cursor = new CFAsteriskMSSqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfacc.v2_0.CFAccMSSql.CFAccMSSqlISOLanguageTable.java
public CFAccCursor openISOLanguageCursorByCountryIdx(CFAccAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + " WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFAccCursor cursor = new CFAccMSSqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfasterisk.v2_0.CFAstMSSql.CFAstMSSqlISOLanguageTable.java
public CFAstCursor openISOLanguageCursorByCountryIdx(CFAstAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + " WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFAstCursor cursor = new CFAstMSSqlCursor(Authorization, schema, sql); return (cursor); }
From source file:net.sourceforge.msscodefactory.cfensyntax.v2_2.CFEnSyntaxMSSql.CFEnSyntaxMSSqlISOLanguageTable.java
public CFEnSyntaxCursor openISOLanguageCursorByCountryIdx(CFEnSyntaxAuthorization Authorization, Short ISOCountryId) { String sql = getSqlSelectISOLanguageBuff() + " WHERE " + ((ISOCountryId == null) ? "isln.iso_country_id is null " : "isln.iso_country_id = " + ISOCountryId.toString() + " ") + "ORDER BY " + "isln.Id ASC"; CFEnSyntaxCursor cursor = new CFEnSyntaxMSSqlCursor(Authorization, schema, sql); return (cursor); }