Uses of Class
com.oopsclick.silk.storage.SqlCommand
-
Packages that use SqlCommand Package Description com.oopsclick.silk.storage -
-
Uses of SqlCommand in com.oopsclick.silk.storage
Methods in com.oopsclick.silk.storage that return SqlCommand Modifier and Type Method Description SqlCommand
ObjectStructure. getPkSql()
Gets the PK SQL.SqlCommand
ObjectStructure. getSelectByName(java.lang.String name)
Gets the select by name.SqlCommand
ObjectStructure. getSqlAuthorization(int i)
Gets the SqlAuthorization.SqlCommand
ObjectStructure. getSqlAuthorization(java.lang.String name)
Gets the SqlAuthorization based on the provided authorization value.SqlCommand
ObjectStructure. getSqlOperationAt(int index)
Gets the SQL operation at index position.SqlCommand
ObjectStructure. getSqlOperationByName(java.lang.String name)
Gets the SQL operation by name.Methods in com.oopsclick.silk.storage that return types with arguments of type SqlCommand Modifier and Type Method Description java.util.List<SqlCommand>
ObjectStructure. getSqlAuthorizationList()
Gets the sql authorization list.java.util.List<SqlCommand>
ObjectStructure. getSqlOperationList()
Gets the SQL operation list.java.util.List<SqlCommand>
ObjectStructure. getSqlOperationListByName(java.lang.String name)
Gets the SQL operation list by name.java.util.List<SqlCommand>
ObjectStructure. getSqlSelectList()
Gets the sql select list.Methods in com.oopsclick.silk.storage with parameters of type SqlCommand Modifier and Type Method Description void
ObjectStructure. addSqlAuthorization(SqlCommand select)
Adds items to SqlAuthorization.void
ObjectStructure. addSqlOperationList(SqlCommand sqlCommand)
Adds the SQL operation list.void
ObjectStructure. addSqlSelectList(SqlCommand select)
Adds the sql select list.void
ObjectStructure. setPkSql(SqlCommand pkSql)
Sets the PK SQL.void
ObjectStructure. setSqlOperationList(SqlCommand sqlCommand)
Set the SQL operation list.Method parameters in com.oopsclick.silk.storage with type arguments of type SqlCommand Modifier and Type Method Description void
ObjectStructure. setSqlAuthorizationList(java.util.List<SqlCommand> sqlAuthorizationList)
Sets Authorization List.void
ObjectStructure. setSqlOperationList(java.util.List<SqlCommand> sqlOperationList)
SQL Operations.void
ObjectStructure. setSqlSelectList(java.util.List<SqlCommand> sqlSelectList)
Selects.
-