All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jk.data.dynamic.query.LeftJoin Maven / Gradle / Ivy

package com.jk.data.dynamic.query;
///*
// * Copyright 2002-2018 Jalal Kiswani. 
// * E-mail: [email protected]
// *
// * Licensed under the Apache License, Version 2.0 (the "License");
// * you may not use this file except in compliance with the License.
// * You may obtain a copy of the License at
// *
// * http://www.apache.org/licenses/LICENSE-2.0
// *
// * Unless required by applicable law or agreed to in writing, software
// * distributed under the License is distributed on an "AS IS" BASIS,
// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// * See the License for the specific language governing permissions and
// * limitations under the License.
// */
//package com.jk.db.dynamic.query;
//
//import com.jk.metadata.core.ForiegnKeyFieldMetaData;
//import com.jk.util.JK;
//
//public class LeftJoin implements Join {
//
//	/** The field. */
//	ForiegnKeyFieldMetaData field;
//
//	/**
//	 * Instantiates a new left join.
//	 *
//	 * @param field the field
//	 */
//	public LeftJoin(final ForiegnKeyFieldMetaData field) {
//		this.field = field;
//	}
//
//	/*
//	 * (non-Javadoc)
//	 * 
//	 * @see com.jk.metadata.db.query.QueryComponent#isInline()
//	 */
//	@Override
//	public boolean isInline() {
//		return true;
//	}
//
//	/*
//	 * (non-Javadoc)
//	 * 
//	 * @see com.jk.metadata.db.query.QueryComponent#toQueryElement()
//	 */
//	@Override
//	public Object toQueryElement() {
//		JK.implementMe();
//		return null;
////		return this.field.getLeftJoinStatement();
//	}
//
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy